home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / achar.z / achar
Encoding:
Text File  |  1998-10-30  |  1.3 KB  |  40 lines

  1. ACHAR(3I)                                              Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      AACCHHAARR - Returns the character in a specified position of the ASCII
  6.      collating sequence
  7.  
  8. SSYYNNOOPPSSIISS
  9.      AACCHHAARR (([II==]_i))
  10.  
  11. IIMMPPLLEEMMEENNTTAATTIIOONN
  12.      UNICOS, UNICOS/mk, and IRIX systems
  13.  
  14. SSTTAANNDDAARRDDSS
  15.      Fortran 90
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.      The AACCHHAARR intrinsic function returns the character in a specified
  19.      position of the ASCII collating sequence.  It accepts the following
  20.      argument:
  21.  
  22.      _i    Must be of type integer
  23.  
  24.      AACCHHAARR is an elemental function.  The name of this intrinsic cannot be
  25.      passed as an argument.
  26.  
  27. RREETTUURRNN VVAALLUUEESS
  28.      The result is a character of length 1.  If _i has a value in the range
  29.      0 <= _i <= 127, the result is the character in position _i of the ASCII
  30.      collating sequence.  AACCHHAARR (IIAACCHHAARR (_c)) has the value _c for any
  31.      character _c capable of representation.
  32.  
  33. EEXXAAMMPPLLEESS
  34.      AACCHHAARR((8888)) has the value ''XX''.
  35.  
  36. SSEEEE AALLSSOO
  37.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
  38.      printed version of this man page.
  39.  
  40.